home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5MSC011.TIP < prev    next >
Text File  |  1993-06-01  |  3KB  |  101 lines

  1. GeoWorks comes with some interesting icons, but it displays
  2. every file -- except its own programs and the files created
  3. in them -- with the same two dull images. What's more, if
  4. GeoWorks doesn't recognize a data file's extension, it won't
  5. allow you to launch a program and load a file by clicking
  6. the data file.
  7.  
  8. I've found a way to address both of these problems: Assign
  9. icons to non-GeoWorks files and programs, and load
  10. non-GeoWorks files into GeoWorks programs (most commonly
  11. Notepad) with a double-click. All you need to do to
  12. accomplish this is edit GEOS.INI (you must do this outside
  13. of GeoWorks, because GeoWorks keeps the file open while it's
  14. running). Open GEOS.INI with a text editor, such as DOS
  15. 5.0's EDIT, and find the line that reads 'filenameTokens =
  16. {'. After this line you'll find a series of statements that
  17. associate file names and wild cards with icons and programs.
  18. For example, the line *.EXE = "gDOS",0 assigns all EXE files
  19. the standard "DOS in a box" icon. *.TXT = "FILE",0,"NPAD",0
  20. is more complex: "FILE",0 assigns each TXT file the standard
  21. "file in a DOS box" icon, while "NPAD",0 tells GeoWorks to
  22. bring up Notepad and load the file when the icon is
  23. double-clicked.
  24.  
  25. You can add to these lines to give files the icon of your
  26. choice. I edit BASIC files frequently, so I added the line
  27. *.BAS = "plnr",0,"NPAD",0, which gives all BAS files a
  28. GeoPlanner file icon and loads them into Notepad when I
  29. double-click on them. Knowing how to change GeoWorks icons
  30. can be useful if you use Notepad often to edit files with a
  31. few particular extensions. I've enclosed a list [see
  32. "GeoWorks Icon Codes"] of valid icon codes (note that
  33. they're case sensitive).
  34.  
  35. One important point: GeoWorks scans the filenameTokens
  36. statements from top to bottom and chooses the first entry
  37. that matches each file name, so the line MYPROG.EXE =
  38. "FCAB",0 must come before *.EXE = "gDOS",0 or it will have
  39. no effect.
  40.  
  41. Ed Crowe
  42. Oak Lawn, Illinois
  43.  
  44. Editor's Note: If you use PC World Online, you've had some
  45. experience with the GeoWorks environment. This tip can come
  46. in handy if you decide to use that environment for more than
  47. simply downloading ready-made *.* or Dialog Box files. You
  48. can use the Alt-F command to save the table below to a text
  49. file, or the Alt-P command to print this entire tip for
  50. future reference.
  51.  
  52. ---- BEGIN LISTING ----
  53. GeoWorks Icon Codes
  54.  
  55. DESK File cabinet
  56. FCAB Open file cabinet
  57. FLDR Directory folder
  58. FILE Files in DOS box
  59. gDOS DOS in box
  60. gDAT GeoWorks symbol on stack of papers
  61. gAPP GeoWorks symbol
  62. NPAD Notepad
  63. WPOO GeoWrite
  64. DPOO GeoDraw
  65. WDAT GeoWrite file
  66. DDAT GeoDraw file
  67. BANR GeoBanner
  68. NFCT Nimbus Font Converter
  69. 3DFt 3-D Font Demo
  70. DUMP Screen dumper
  71. PLNR GeoPlanner
  72. plnr GeoPlanner file
  73. PMGR Preferences
  74. AMOL America Online
  75. VIEW Quattro Pro viewer
  76. VEPS Quattro Pro EPS file
  77. VWQl Quattro Pro file
  78. VWK1 Lotus 1-2-3 file
  79. TERM GeoComm
  80. ADBK Address book
  81. adbk Address book file
  82. PERF Performance
  83. CALc Calculator
  84. BONC Bounce
  85. TETR Tetris
  86. SOLI Solitaire
  87. Scrp Scrapbook
  88. scbk Scrapbook file
  89.  
  90. You must know these codes to assign GeoWorks icons to
  91. DOS files.
  92. ---- END LISTING ----
  93.  
  94.  
  95. Title: Gee-Whiz Icons in GeoWorks
  96. Category: MSC
  97. Issue Date: December, 1992
  98. Editor: Brett Glass
  99. Supplementary Files: None
  100. Filename: P5MSC011.TIP
  101.